You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtx Class > TMtx Methods > SetCol Method > TMtx.SetCol Method ([In] TDenseMtxVec, int, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtx.SetCol Method ([In] TDenseMtxVec, int, int, int, int)

Copy vector Vec elements [VecIndex]..[VecIndex+Len-1] to the calling matrix elements [Row,Col]..[Row+Len-1,Col].

Syntax
C#
Visual Basic
public TMtx SetCol([In] TDenseMtxVec Vec, int VecIndex, int Row, int Col, int Len);

An exception is raised if condition checking is enabled and array bounds are overrun. An exception is raised, if Vec and the calling matrix complex properties do not match.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!